var encoding/json.htmlSafeSet
3 uses
encoding/json (current package)
encode.go#L1036: if htmlSafeSet[b] || (!escapeHTML && safeSet[b]) {
encode.go#L1108: if htmlSafeSet[b] || (!escapeHTML && safeSet[b]) {
tables.go#L121: var htmlSafeSet = [utf8.RuneSelf]bool{
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)